Skip to content

ARROW-17891: [Docs][Python] Update and sync Win section of the developers/python page#14350

Merged
jorisvandenbossche merged 10 commits into
apache:masterfrom
AlenkaF:ARROW-17891
Oct 19, 2022
Merged

ARROW-17891: [Docs][Python] Update and sync Win section of the developers/python page#14350
jorisvandenbossche merged 10 commits into
apache:masterfrom
AlenkaF:ARROW-17891

Conversation

@AlenkaF

@AlenkaF AlenkaF commented Oct 8, 2022

Copy link
Copy Markdown
Member

This PR updates Windows section of the Python Development page. Main changes:

  • use Python 3.10 (also in instructions for Linux/MacOs)
  • definition of PATH not needed as Python doesn't search in PATH for dlls anymore (3.8 +)
  • use CONDA_PREFIX to define ARROW_HOME as in other parts of the docs
  • remove Running C++ unit tests for Python integration section (C++ unit tests are part of pytest-based test module as of ARROW-17016: [C++][Python] Move Arrow Python C++ tests into Cython #14117)

cc @wjones127 @jorisvandenbossche

@github-actions

github-actions Bot commented Oct 8, 2022

Copy link
Copy Markdown

@github-actions

github-actions Bot commented Oct 8, 2022

Copy link
Copy Markdown

⚠️ Ticket has not been started in JIRA, please click 'Start Progress'.

@jorisvandenbossche jorisvandenbossche left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! A few comments / questions

Comment thread docs/source/developers/python.rst
Comment thread docs/source/developers/python.rst Outdated
Comment thread docs/source/developers/python.rst Outdated
Comment thread docs/source/developers/python.rst Outdated
Comment thread docs/source/developers/python.rst
@AlenkaF

AlenkaF commented Oct 17, 2022

Copy link
Copy Markdown
Member Author

@jorisvandenbossche I think this changes would be good to have in 10.0.0. You think it is ready to get merged with ARROW_HOME=%CONDA_PREFIX% before the branch freeze?

@jorisvandenbossche jorisvandenbossche merged commit 183517c into apache:master Oct 19, 2022
@jorisvandenbossche

Copy link
Copy Markdown
Member

Thanks!

@AlenkaF AlenkaF deleted the ARROW-17891 branch October 19, 2022 08:08
kou pushed a commit that referenced this pull request Oct 20, 2022
…pers/python page (#14350)

This PR updates Windows section of the Python Development page. Main changes:

- use Python 3.10 (also in instructions for Linux/MacOs)
- definition of `PATH` not needed as Python doesn't search in `PATH` for dlls anymore ([3.8 +](https://bugs.python.org/issue43173))
- use `CONDA_PREFIX` to define `ARROW_HOME` as in other parts of the docs
- remove **Running C++ unit tests for Python integration** section (C++ unit tests are part of `pytest`-based test module as of #14117)

cc @wjones127 @jorisvandenbossche 

Authored-by: Alenka Frim <frim.alenka@gmail.com>
Signed-off-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants